A simple graph structure
* Get a set edge, neighbors * * Params: * The id of the edge * * Returns: * The neighbor edges or null if id doesn't exist
Set the edges this graph has
Get the edges this graph has
See Implementation
A simple graph structure